home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Sunday Times: The Month 2003 December
/
The Sunday Times - The Month 2003-12.iso
/
pc
/
engine
/
shell
/
shell.swf
/
scripts
/
DefineButton2_45
/
BUTTONCONDACTION on(press).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-11-10
|
229 b
|
13 lines
on(press){
this.startDrag(false,4,0,_parent.DRAG_WIDTH,0);
lastX = _X;
this.onEnterFrame = function()
{
if(lastX != _X)
{
_parent.onKnobMoved(_X);
lastX = _X;
}
};
}